﻿/*Pie de Página*/
footer {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
    background-color: white;
    font-size: 16px;
    flex-wrap: wrap;
}

    footer .navbar-nav .custom-arrow::after {
        vertical-align: middle;
    }

#footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#custom-footer {
    background-color: var(--dark-color);
    width: 1380px;
    height: 320px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0;
    align-items: start !important;
    color: white;
    align-content: center;
    text-align: left;
    border-radius: 6px;
}

    #custom-footer p {
        width: 150px;
    }

    #custom-footer > div {
        padding-left: 139px;
    }

#category-footer {
    justify-content: center;
    align-content: center;
}

    #category-footer * {
        background-color: transparent !important;
        color: white !important;
        padding-right: 0px !important;
    }

#options-footer {
    margin: 0px;
    padding-left: 40px !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    width: 140px !important;
    font-family: "Quattrocento Sans", sans-serif;
    font-size: 16px;
    color: white;
}

    #options-footer p {
        width: 100px !important;
        height: 40px;
        margin-bottom: 0px;
        padding-right: 0px !important;
        margin-right: 0px !important;
        padding-top: 8px;
    }

    #options-footer a {
        color: inherit;
        text-decoration: none;
    }

#options-footer, suscribe-footer {
    text-align: left;
}

#custom-footer center {
    max-width: 1543px;
}

#banner-footer {
    padding-left: 70px !important;
}

    #banner-footer img {
        height: 60px;
    }

#subscribe-footer {
    width: 440px;
    margin: 0px;
    font-family: "Quattrocento Sans", sans-serif;
}

    #subscribe-footer input {
        height: 48px;
        width: 250px;
        margin: 0px;
        padding: 0px;
        border-color: #EFEFEF !important;
        border: 1px solid black;
    }

    #subscribe-footer button {
        background-color: var(--accent);
        border-width: 0px;
        margin: 0px;
        width: 48px;
        height: 48px;
        border-color: transparent;
    }

    #subscribe-footer #email-form {
        display: flex;
        align-items: center;
    }

#email-form input {
    padding-left: 18px;
}

#social-footer {
    align-content: center;
    font-family: "Quattrocento Sans", sans-serif;
    width: 298px !important;
}

    #social-footer button {
        background-color: white;
        border-radius: 5px;
        margin: 0px !important;
        padding: 5px !important;
        border-width: 0px;
        width: 35px;
        height: 35px;
    }

    #social-footer img {
        width: 25px;
        height: 25px;
    }

#avisos {
    padding-top: 20px;
    font-size: 14px;
    color: var(--accent);
    display: flex;
    justify-content: center;
    gap: 20px;
    font-family: "Quattrocento Sans", sans-serif;
}

    #avisos a {
        color: inherit;
        text-decoration: none;
    }

#copyright {
    color: var(--dark-color);
}
